-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(#307): information about samples filtering in tex/report.tex
#309
Conversation
tex/report.tex
tex/report.tex
Outdated
@@ -134,8 +134,11 @@ \section{Methodology}\label{sec:method} | |||
Python, Ruby, and Bash, which do exactly the following: | |||
\begin{itemize} | |||
\item Fetch open repositories from GitHub, which have \ff{java} language | |||
tag, have reasonably big but not too big number of stars, and are | |||
of certain minimum size; | |||
tag, have reasonably big but not too big number of stars, have either MIT or Apache License, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@h1alexbel would be better to use a separate \item
for the filtering by license
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yegor256 fixed
of certain minimum size; | ||
tag, have reasonably big but not too big number of stars, have either MIT or Apache License, | ||
and are of certain minimum size; | ||
\item Filter out repositories those contain samples, instead real project, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@h1alexbel this description is too vague, I believe. Maybe we can give a link to your Python repo here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yegor256 fixed
@h1alexbel thanks! |
@yegor256, take a look, please.
I mentioned that after we fetched repositories from GitHub, we filter out samples using ML techniques.
closes #307